home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / JFC.bin / SpinnerUI.java < prev    next >
Text File  |  1998-06-30  |  902b  |  28 lines

  1. /*
  2.  * @(#)SpinnerUI.java    1.3 97/09/29
  3.  * 
  4.  * This software is the confidential and proprietary information of Sun
  5.  * Microsystems, Inc. ("Confidential Information").  You shall not
  6.  * disclose such Confidential Information and shall use it only in
  7.  * accordance with the terms of the license agreement you entered into
  8.  * with Sun.
  9.  * 
  10.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
  11.  * SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  12.  * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  13.  * PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
  14.  * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
  15.  * THIS SOFTWARE OR ITS DERIVATIVES.
  16.  * 
  17.  */
  18. package com.sun.java.swing.plaf;
  19.  
  20.  
  21. /**
  22.  * Spinner User Interface factory
  23.  *
  24.  * @author Brian Gerhold
  25.  */
  26. public abstract class SpinnerUI extends ComponentUI {
  27. }
  28.